home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / rcc_learn.h < prev    next >
C/C++ Source or Header  |  1994-04-25  |  1KB  |  37 lines

  1. /*****************************************************************************
  2.   FILE           : rcc_learn.h
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Michael Schmalzl
  10.   DATE           : 5.2.92
  11.  
  12.   CHANGED BY     : Michael Schmalzl
  13.   IDENTIFICATION : @(#)rcc_learn.h    1.8 3/15/94
  14.   SCCS VERSION   : 1.8
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _RCC_LEARN_DEFINED_
  21. #define  _RCC_LEARN_DEFINED_
  22.  
  23. /* begin global definition section */
  24. extern krui_err LEARN_RecCasCor(int StartPattern, int EndPattern,
  25.                       float *ParameterInArray, int NoOfInParams,
  26.                       float **ParameterOutArray, int *NoOfOutParams);
  27. extern krui_err rcc_searchRecurrentLinks(void);
  28. /* end   global definition section */
  29.  
  30. /* begin privat definition section */
  31. /* end privat definition section */
  32.  
  33. #endif /* _RCC_LEARN_DEFINED_ */
  34.  
  35.  
  36.  
  37.